reverse one hot encoding python numpy

48

reverse one hot encoding python numpy -

import numpy as np
class_labels = np.argmax(class_prob, axis=1) # assuming you have n-by-5 class_prob

Comments

Submit
0 Comments